home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / bbs / trionbbs100.lha / Trion / cfg / scheduler.cfg < prev    next >
Text File  |  1997-07-28  |  2KB  |  66 lines

  1.  
  2. ;
  3. ;   Config file for the Trion Scheduler
  4. ;
  5. ;   Format of lines:
  6. ;
  7. ;   min hour day month DayOfWeek "command args" ["Description"]
  8. ;
  9. ;   Months range from 1 (January) to 12 (December).
  10. ;   The Day Of Week ranges from 0 (Sunday) to 6 (Saturday).
  11.  
  12.  
  13. # On which days to POLL   (old system)
  14.  
  15. # 20     04   * * *      "trion:utils/poll 14:103/0"
  16. # 21     04   * * 0,4    "trion:utils/poll 55:100/1"
  17. # 38     04   * * 0,4    "c:execute trion:scripts/MayPoll 55:100/1" "?Call Michiel"
  18. # 38     05   * * *      "c:execute trion:scripts/MayPoll 14:103/0" "?Call Frank"
  19.  
  20.  
  21. # Poll systems Using the 'PollHub' script.
  22.  
  23.  
  24. 38       03   * * 2,4,6  "c:execute trion:scripts/PollHub 14:103/103" "Poll Harry"
  25. 38       04   * * 0      "c:execute trion:scripts/PollHub 55:100/1"   "Poll Michiel"
  26. 38       05   * * *      "c:execute trion:scripts/PollHub 14:103/0"   "Poll Frank"
  27.  
  28. # Call systems IF there is mail for them (Using 'MayPoll' or 'Trion').
  29.  
  30. 15       02   * * *      "trion:utils/trion -c -1 14:103/0"         "Poll?Frank"
  31. 38       04   * * 2,4,6  "c:execute trion:scripts/MayPoll 55:100/1" "Poll?Michiel"
  32.  
  33.  
  34. # Mail processing.
  35.  
  36. 10       02   * * *      "c:execute trion:scripts/mail"  "Do mail"
  37. 00       03   * * *      "c:execute trion:scripts/mail"  "Do mail"
  38. 30       04   * * *      "c:execute trion:scripts/mail"  "Do mail"
  39. 00       05   * * *      "c:execute trion:scripts/mail"  "Do mail"
  40. 00       06   * * *      "c:execute trion:scripts/mail"  "Do mail"
  41. 00       07   * * *      "c:execute trion:scripts/mail"  "Do mail"
  42. 00       08   * * *      "c:execute trion:scripts/mail"  "Do mail"
  43.  
  44.  
  45. # Mail, files, rebuild, compile menus & nodelist, Allfiles etc... 
  46.  
  47. 00       04   * * *      "c:execute trion:scripts/maintenance"  "Maintenance"
  48.  
  49. # Reduce the number of message on the system 3 times a week
  50.  
  51. 15       04   * * 1,3,5  "c:execute trion:scripts/trimmsgs"     "trim msgs"
  52.  
  53. # Link all messages
  54.  
  55. 45       07   * * *      "trion:utils/tmp -L -D"                "link msgs"
  56.  
  57. # Modem sound off at night
  58.  
  59. 00       23   * * *     "trion:utils/trion -1 -v0"    "Sound off"
  60. 00       12   * * *     "trion:utils/trion -1 -v1"    "Sound on"
  61.  
  62. # reset the machine once a day
  63.  
  64. # 55       07   * * *      "c:execute  trion:scripts/trionreset"   "reset"
  65.  
  66.